[INFO] cloning repository https://github.com/grookage/vasal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/grookage/vasal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrookage%2Fvasal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrookage%2Fvasal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1234b9d6b030f6b1a2c6d73dd2b0bb260049136
[INFO] checking grookage/vasal against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrookage%2Fvasal" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/grookage/vasal
[INFO] finished tweaking git repo https://github.com/grookage/vasal
[INFO] tweaked toml for git repo https://github.com/grookage/vasal written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/grookage/vasal on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/grookage/vasal already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce
[INFO] running `Command { std: "docker" "start" "3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking vasal-protocol v0.1.0 (/opt/rustwide/workdir/crates/vasal-protocol)
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking rustls v0.23.40
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking vasal-sidecar-sdk v0.1.0 (/opt/rustwide/workdir/crates/vasal-sidecar-sdk)
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking echo-ctrl v0.1.0 (/opt/rustwide/workdir/sidecars/echo-ctrl)
[INFO] [stderr]     Checking ebpf-observer v0.1.0 (/opt/rustwide/workdir/sidecars/ebpf-observer)
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling vasal-core v0.1.0 (/opt/rustwide/workdir/crates/vasal-core)
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking sql-ctrl v0.1.0 (/opt/rustwide/workdir/sidecars/sql-ctrl)
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.11s
[INFO] running `Command { std: "docker" "inspect" "3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce", kill_on_drop: false }`
[INFO] [stdout] 3a4099d38c263e478c38fd8e2d2a88fc36538c0103cf8204f53ba1323feaf2ce
